<xs:simpleType name="QTYVar" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Angabe, ob der Artikel mengenvariabel ist</dt>
<dt>Codeliset: </dt>
<dt>VQ = mengenvariabel</dt>
<dt> = nicht mengenvariabel</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>Information whether a product is variable in quantity</dt>
<dt>Code list: </dt>
<dt>VQ = yes</dt>
<dt> = no</dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
<!-- <xs:enumeration value="VQ"> </xs:enumeration> -->
<!-- <xs:enumeration value=""> </xs:enumeration> -->
</xs:restriction>
</xs:simpleType>
|